Microsoft Platform Script Code Constants

enum {
    kFontMicrosoftSymbolScript      = 0,
    kFontMicrosoftStandardScript    = 1
};

Constant descriptions

kFontMicrosoftSymbolScript
Represents the symbol version of the Microsoft platform.

kFontMicrosoftStandardScript
Represents the standard version of the Microsoft platform.
enum {
    kFontCustom8BitScript       = 0,
    kFontCustom816BitScript     = 1,
    kFontCustom16BitScript      = 2
};

Constant descriptions

kFontCustom8BitScript
Represents custom 8-bit encoding.

kFontCustom816BitScript
Represents custom mixed 8-/16-bit encoding.

kFontCustom16BitScript
Represents custom 16-bit encoding.

© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)